C1.Web.Mvc Namespace / FlexGridBase<T> Class / AutoGenerateColumns Property

In This Topic
AutoGenerateColumns Property (FlexGridBase<T>)
In This Topic
Gets or sets whether the grid should generate columns automatically based on the itemsSource.
Syntax
'Declaration
 
<JsonAttribute(2)>
<DefaultValueAttribute(True)>
Public Overridable Property AutoGenerateColumns As Boolean
 
See Also